home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Skinny3DSample / Skinny3DSources ƒ / Lights.h < prev    next >
Encoding:
Text File  |  1996-05-21  |  506 b   |  25 lines  |  [TEXT/MPS ]

  1. // file Lights.h
  2.  
  3. #ifndef    _LIGHTS_
  4. #define    _LIGHTS_
  5.  
  6. #include    "QD3D.h"
  7. #include    "QD3DGroup.h"
  8. #include    "QD3DDrawContext.h"
  9. #include    "QD3DCamera.h"
  10. #include    "QD3DView.h"
  11. #include    "QD3DLight.h"
  12. #include    "QD3DRenderer.h"
  13. #include    "QD3DShader.h"
  14. #include    "QD3DStyle.h"
  15. #include    "QD3DGeometry.h"
  16. #include    "QD3DMath.h"
  17.  
  18. #include    "ValueControls.h"
  19.  
  20.  
  21. TQ3GroupObject     MakeLights(void);
  22. VccPtr             LightToVCC(TQ3GroupObject lightGroup, long selector);
  23. void            VCCtoLight(VccPtr vcc, TQ3GroupObject lightGroup);
  24.  
  25. #endif